asEither

inline fun <E, A> Outcome<E, A>.asEither(onAbsent: () -> E): Either<E, A>(source)